Determines whether the view contains a specified item.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public bool Contains(
	T item
)
Visual Basic
Public Function Contains ( _
	item As T _
) As Boolean

Parameters

item
Type: T
The item to locate in the view.

Return Value

true if the view contains the specified item; otherwise, false.

Implements

ICollection<(Of <(<'T>)>)>..::..Contains(T)

See Also